home *** CD-ROM | disk | FTP | other *** search
/ Shareware Game Pak / Shareware Game Pak For Windows.iso / aotd555d / install.doc < prev    next >
Text File  |  1992-02-21  |  9KB  |  207 lines

  1. ╒══════════════════════════════════════════════╕
  2. │ ARM OF THE DRAGON, Third Edition           │
  3. │ Volume I of the Wars for Domination in 3045+ │
  4. ╞══════════════════════════════════════════════╧═════════════╕
  5. │ By Steven H. Lin                         │
  6. │ Original Program Concept by DevPalProj Team #1         │
  7. │ BattleTech(tm) Concept by FASA Corporation             │
  8. │ Copyright 1990, 1991 by Steven H. Lin. All Rights Reserved │
  9. ╞════════════════════════════════════════════════════════════╧══════════════╕
  10. │ Arm of the Dragon(tm) and AotD(tm) are trademarks of Merchant Prince Pro- │
  11. │ ductions, Inc., registered in the U.S. Patent and Trademark Office.        │
  12. ╞═══════════════════════════════════════════════════════════════════════════╡
  13. │ BattleTech(tm) is a trademark of FASA Corporation, registered in the U.S. │
  14. │ Patent and Trademark Office.                            │
  15. ╘═══════════════════════════════════════════════════════════════════════════╛
  16.  
  17.  
  18.  
  19. INSTALLATION GUIDE for AotD/3 Release 2
  20.  
  21.  
  22.  
  23.     "Hey, what do you mean, 'This isn't what I thought
  24.      it'd be?'"
  25.  
  26. ___Quick Notes______________________________________________________________
  27. At this time, these installation docs pertain to AotD/3 Release 2, v5.55a.
  28. Registered sysops will have received their specially-made "key" files that
  29. will function with this, and subsequent, AotD/3 releases. This IS the
  30. Release 2 that everybody has been waiting for: it's still looking better
  31. and better, and more enhancements are making their way into the new source
  32. even now.
  33.  
  34. As you may know by now, registered AotD sysops are able to access new re-
  35. visions before anyone else. There often are new revisions and bug fixes
  36. available ONLY to registered AotD sysops, as well as a potpourri of special
  37. additions, modifications, and supplemental products, such as utilities and
  38. other DOORs. If you wish to support the shareware concept, or want to have
  39. access to more than just the basics, register AotD today!
  40.  
  41. Also: if you have questions, comments, suggestions, contact me ASAP! I'd
  42. love to hear from you. If you need to, call me voice at 305/899-0957. Uh, no
  43. collect calls, however. Or, if you want to call my BBS, the number is
  44. 305/899-1841, 2400 baud and higher, supporting both HST and v.32 banners.
  45.  
  46.  
  47.  
  48. ___Modemland Surgeon General's Remarks______________________________________
  49. WARNING: If you choose to run AotD/3 on your computer, you do so at your own
  50. risk. Steven H. Lin, [The Deviant's Palace], and DevPal MetroNet Communi-
  51. cations are not responsible for any mishaps which may occur while operating
  52. this software. This software is presented as-is, although PKware's Authenti-
  53. cation Verification scheme is used to protect all copies released directly
  54. from DevPalMiami, the headquarters for AotD development.
  55.  
  56.  
  57.  
  58. ___Installation Guide_______________________________________________________
  59. 1. Unarchive the AOTD archive file into the directory UNDER which you wish
  60. to place the AotD/3 directory. (ie. the directory to be immediately ABOVE
  61. the AotD/3 directory!)
  62.  
  63. 2. After completely reading and understanding this document and AOTDSYSP.Doc,
  64. execute the INSTALL.Bat file. INSTALL.Bat will set up AotD/3 properly in a
  65. directory called AOTD directly underneath your present directory. It will
  66. also generate special subdirectories under the AOTD directory.
  67.  
  68. 2a. AotD/3 is NOT downwardly compatible with AotD/2! The data structures were
  69. extensively redesigned to combat a severe dynamic memory allocation problem.
  70. The differences between AotD/2's and AotD/3's data structures are too in-
  71. credibly massive to allow for even a data conversion program to retool.
  72.  
  73. 3. Set up your BBS to handle AotD/3. Generate whatever entry menus and
  74. guides you need on your BBS system.
  75.  
  76. 4. Here's the difficult part: designing the proper command line to invoke
  77. AotD/3 on your BBS. However, this step is actually pretty easy to understand
  78. if you're familiar with the Mycroft standard interface for DOORs. Basically,
  79. AotD/3 follows the Mycroft interface! =(:->)
  80.  
  81. Some possible command lines ---
  82.  
  83.         a. AOTD
  84.         Local operation
  85.  
  86.         b. AOTD <node> <path to DOOR info file> RBBS
  87.         RBBS-PC operation (DORINFO<node>.Def)
  88.  
  89.                 A sample command line for a 1-node RBBS-PC system:
  90.                         AOTD 1 K:\RBBS RBBS
  91.  
  92.         c. AOTD <node> <path to DOOR info file> QBBS
  93.         QuickBBS operation (DORINFO1.Def)
  94.  
  95.                 A sample command line for a QuickBBS system:
  96.                         AOTD 1 H:\QUICK QBBS
  97.  
  98.                 A sample batch file inclusion for a QuickBBS system:
  99.                         :AotD
  100.                           J:
  101.                           CD \DOOR\AOTD
  102.                           AOTD 1 H:\QUICK QBBS
  103.                           H:
  104.                           CD \QUICK
  105.                           goto RelogQuick
  106.  
  107.         d. AOTD <node> <path to DOOR info file> PCBOARD
  108.                 PCBoard 12.0 operation (PCBOARD.Sys)
  109.  
  110.                 A sample command line for a 1-node PCBoard 12.0 system:
  111.                         AOTD 1 F:\PCB PCBOARD
  112.  
  113.                 A sample batch file (AOTD) for a 1-node PCBoard 12.0 system:
  114.                         J:
  115.                         CD \DOOR\AOTD
  116.                         AOTD 1 F:\PCB PCBOARD
  117.                         F:
  118.                         CD \PCB
  119.                         Board
  120.  
  121.         e. AOTD <node> <path to DOOR info file> PCBOARD14
  122.                 PCBoard 14.0+ operation (PCBOARD.Sys)
  123.  
  124.                 A sample command line for a 1-node PCBoard 14.5 system:
  125.                         AOTD 1 F:\PCB PCBOARD14
  126.  
  127.                 A sample batch file (AOTD) for a 1-node PCBoard 14.5 system:
  128.                         J:
  129.                         CD \DOOR\AOTD
  130.                         AOTD 1 F:\PCB PCBOARD14
  131.                         F:
  132.                         CD \PCB
  133.                         Board
  134.  
  135.         e. AOTD <node> <path to DOOR info file> WILDCAT
  136.                 Wildcat! <3.0 operation (CALLINFO.Bbs)
  137.  
  138.                 A sample command line for a 1-node Wildcat! 3.0 system:
  139.                         AOTD 1 L:\WC WILDCAT
  140.  
  141.         f. AOTD <node> <path to DOOR info file> WWIV
  142.         WWIV operation (CHAIN.Txt)
  143.  
  144.                 A sample command line for a WWIV system without the multi-
  145.                 node modification:
  146.                         AOTD 1 J:\IMS4 WWIV
  147.  
  148.                 A sample batch file (AOTD.Bat) for a WWIV system without the
  149.                 multi-node modification:
  150.                         J:
  151.                         CD \DOOR\AOTD
  152.                         AOTD 1 J:\IMS4 WWIV
  153.                         J:
  154.                         CD \IMS4
  155.  
  156.         g. AOTD <node> <path to DOOR info file> GAP
  157.                 GAP Communications, Wildcat! 3.0+, or DOOR.SYS operation
  158.                 (DOOR.Sys)
  159.  
  160.                 A sample command line for a 1-node DOOR.SYS system:
  161.                         AOTD 1 G:\TORC GAP
  162.  
  163. 5. Check the NODES.BBS file to make sure things are properly set up. For
  164. Mycroft DOORs, NODES.BBS is designed to handle a maximum of four nodes in
  165. a BBS environment. Each of the four lines in NODES.BBS is merely a COM<x>
  166. statement, where <x> represents a number from 1-4; each of these lines
  167. is each of the nodes of your BBS. So, if you run a single-node BBS on COM2:,
  168. then the file should look like:
  169.  
  170.     COM2    <---- this is the important entry
  171.     COM<x>
  172.     COM<x>    These other entries are not important!
  173.     COM<x>
  174.  
  175. 5a. At this time, AotD/3 does not directly support multinode operation, al-
  176. though many sysops have called in and told us that they have been able to
  177. run AotD/3 successfully under a multinode setting.
  178.  
  179.  
  180.  
  181. ___Assistance for Setting Up AotD/3_________________________________________
  182. If you have problems setting up AotD/3 (and this should be a very RARE
  183. situation), then all you have to do is link into the DevNet echo called
  184. "AOTD".
  185.  
  186. What?!? You AREN'T connected to DevNet echos? None at all? =(:-<)
  187.  
  188. Well, here's how you can rectify the situation: Send a NetMail message to
  189. FN 1:135/105, EN 50:5305/505, or WN 3519, containing the following
  190. information:
  191.  
  192. 1. Your real name
  193. 2. A telephone number that you can be reached at
  194. 3. Your address
  195. 4. Your BBS name and node number
  196. 5. An AreaFix password
  197. 6. A session password
  198.  
  199. You will be established as a DevNet participant within 24-72 hours and will
  200. have all DevNet echos toggled on. Then all you have to do is periodically
  201. poll FN 1:135/105 for your DevNet EchoMail packets (until we can move things
  202. onto the backbone)!
  203.  
  204. NOTE: This does NOT mean that you are a registered AotD/3 sysop! See
  205. AOTDSYSP.Doc for terms on registering AotD/3. If you enjoy AotD/3, please
  206. register and reap the wonderful benefits of a registered sysop!
  207.